-
Notifications
You must be signed in to change notification settings - Fork 469
Rename Belt functions from Exn to OrThrow #7581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename Belt functions from Exn to OrThrow #7581
Conversation
cee08a7
to
0f6d3e1
Compare
rescript
@rescript/darwin-arm64
@rescript/darwin-x64
@rescript/linux-arm64
@rescript/linux-x64
@rescript/win32-x64
commit: |
580b381
to
d26812b
Compare
d26812b
to
914560a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, could you also update reanalyze accordingly so it tracks the new functions that throw? It's in https://github.com/rescript-lang/rescript/blob/master/analysis/reanalyze/src/ExnLib.ml
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad you already updated it, looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just update move the changelog to alpha 15 and we can merge it!
299885c
to
08e0d8a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me now!
Continues the work done in #7518 and #7554 by making the same changes to
Belt
modules.